-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display list names in Resolution and Discussions-To headers #2361
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't review the code changes, but the PEP changes LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your diligent work here; this overall looks excellent and is a significant improvement (over both of our original proposals, and the previous status quo). I checked it on a variety of PEPs with different outputs, and it all looks good, with the exception of two formatting concerns, both of which actually simplify the current code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @AA-Turner for this great improvement.
As a follow-up to #2351, this "prettifies" thread links by extracting the list name for display. I also included Resolution as it seemed odd to normalise one but not the other.
As part of this I also normalised all the mailing list values in Discussions-To (first commit) -- this is not strictly essential but is on the "would be nice" list.
A